home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Bandai Visual CD-ROM Previews 3
/
Bandai Visual CD-ROM Previews 3.iso
/
LARTHUR'S LEGEND
/
battle1
/
00017_Script_17
< prev
next >
Wrap
Text File
|
1995-02-07
|
247b
|
15 lines
on exitframe
soundplaychk "mzb1" , 3
movesprite random(8) * 10 , 0 , 2 , 7
if random(5) < 4 then
go to "attack"
else
if random(9) < 5 then
go to "Rmove"
else
go to "Lmove"
end if
end if
end